Method WithLazyLoading(bool)
✅ FIX: Override WithLazyLoading to preserve Tree context
Base WithLazyLoading returns RedbQueryable and loses Tree context!
public override IRedbQueryable<TProps> WithLazyLoading(bool enabled = true)
✅ FIX: Override WithLazyLoading to preserve Tree context
Base WithLazyLoading returns RedbQueryable and loses Tree context!
public override IRedbQueryable<TProps> WithLazyLoading(bool enabled = true)